← Back to issue list

App name in snapcraft.yaml must match case of .desktop file

View original Launchpad issue

Metadata

Project
snapcraft (launchpad)
Number
#1655832
Type
issue
State
open
Author
~chris.macnaughton
Labels
capitalized-app-name
Created
2017-01-12 06:10:01.752852+00:00
Updated
2017-11-21 10:40:32.437299+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

When building out a snap, I just ran into this: When the app name is capitalized the same way as the .desktop file, it works: apps: Alacritty: command: | env XDG_CONFIG_HOME=$SNAP_DATA alacritty desktop: Alacritty.desktop However, if it doesn't, like: apps: alacritty: command: | env XDG_CONFIG_HOME=$SNAP_DATA alacritty desktop: Alacritty.desktop when snapcraft goes to edit the exec line in the .desktop file, it just removes it instead and leaves a broken .desktop file

Evaluation history

No evaluation history available.